home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / gravity.swf / scripts / frame_107 / PlaceObject2_259_141 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-03-28  |  290 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_parent.lander.bat == "attached")
  3.    {
  4.       _parent.foreground.batt._visible = false;
  5.       _parent.lander.myGrav = 0.12;
  6.       this._x = _parent.lander._x;
  7.       this._y = _parent.lander._y;
  8.       this._rotation = _parent.lander._rotation;
  9.    }
  10. }
  11.